home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sound Fx
/
Sound Fx.iso
/
Software
/
UNZIPED
/
DWSTKW
/
PAS
/
PLAYSTK1.DFM
/
PLAYSTK1.txt
< prev
Wrap
Text File
|
1996-03-24
|
5KB
|
238 lines
object Form1: TForm1
Left = 210
Top = 115
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'DiamondWare'#39's Sound ToolKit Demo'
ClientHeight = 248
ClientWidth = 561
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
Icon.Data = {<image000.ico>}
PixelsPerInch = 96
Position = poScreenCenter
Visible = True
OnClose = FormClose
OnCreate = FormCreate
TextHeight = 16
object Logo: TImage
Left = 24
Top = 4
Width = 33
Height = 29
Picture.Data = {<image001.ico>}
end
object Label1: TLabel
Left = 80
Top = 24
Width = 217
Height = 17
Caption = 'List of Sounds and Music to Play'
end
object Label3: TLabel
Left = 361
Top = 24
Width = 16
Height = 13
Alignment = taCenter
Caption = 'L'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label5: TLabel
Left = 384
Top = 24
Width = 19
Height = 13
Alignment = taCenter
Caption = 'R'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 361
Top = 216
Width = 42
Height = 13
Caption = 'Volume'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 419
Top = 216
Width = 30
Height = 13
Caption = 'Pitch'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label6: TLabel
Left = 506
Top = 238
Width = 54
Height = 10
Caption = 'Delphi Version'
Font.Color = clBlack
Font.Height = -8
Font.Name = 'MS Serif'
Font.Style = []
ParentFont = False
end
object Image1: TImage
Left = 228
Top = 72
Width = 105
Height = 105
end
object ListBox1: TListBox
Left = 16
Top = 48
Width = 329
Height = 153
ItemHeight = 16
TabOrder = 0
OnDblClick = DoPlay
end
object sbPitch: TScrollBar
Left = 424
Top = 48
Width = 17
Height = 153
Kind = sbVertical
LargeChange = 2
Max = 16
Min = 1
Position = 8
TabOrder = 7
OnChange = sbPitchChange
end
object sbVolRight: TScrollBar
Left = 384
Top = 48
Width = 17
Height = 153
Kind = sbVertical
LargeChange = 2
Max = 16
Position = 8
TabOrder = 6
OnChange = sbVolRightChange
end
object sbVolLeft: TScrollBar
Left = 360
Top = 48
Width = 17
Height = 153
Kind = sbVertical
LargeChange = 2
Max = 16
Position = 8
TabOrder = 5
OnChange = sbVolLeftChange
end
object NewBtn: TButton
Left = 24
Top = 216
Width = 73
Height = 25
Caption = '&New'
TabOrder = 1
OnClick = DoNew
end
object PlayBtn: TButton
Left = 104
Top = 216
Width = 73
Height = 25
Caption = '&Play'
TabOrder = 2
OnClick = DoPlay
end
object StopBtn: TButton
Left = 184
Top = 216
Width = 73
Height = 25
Caption = '&Stop'
TabOrder = 3
OnClick = DoStop
end
object RemoveBtn: TButton
Left = 264
Top = 216
Width = 73
Height = 25
Caption = '&Remove'
TabOrder = 4
OnClick = DoRemove
end
object RatePanel: TPanel
Left = 448
Top = 120
Width = 97
Height = 81
BevelOuter = bvNone
Caption = 'RatePanel'
TabOrder = 9
object sbRate0: TRadioButton
Left = 8
Top = 8
Width = 81
Height = 17
Caption = '11025 Hz'
Checked = True
TabOrder = 0
TabStop = True
OnClick = sbRate0Click
end
object sbRate1: TRadioButton
Left = 8
Top = 32
Width = 81
Height = 17
Caption = '22050 Hz'
TabOrder = 1
OnClick = sbRate1Click
end
object sbRate2: TRadioButton
Left = 8
Top = 56
Width = 81
Height = 17
Caption = '44100 Hz'
TabOrder = 2
OnClick = sbRate2Click
end
end
object sbSwapLR: TCheckBox
Left = 456
Top = 56
Width = 97
Height = 17
Caption = 'Left<->Right'
TabOrder = 8
OnClick = sbSwapLRClick
end
object OpenDialog1: TOpenDialog
Filter = 'Sounds and Music|*.WAV;*.DWD;*.MID'
Title = 'DW Stk for Windows - Open'
Left = 528
Top = 8
end
end